===============================================================================
    SETRES SINGLE MONITOR v2.3 by Ian Sharpe
===============================================================================

  Command line program to change screen resolution, colour depth and refresh 
  frequency in Windows.

  If it does not work for you, please try v2.3 but be aware that this package
  is no longer maintained and it is possible that as Windows versions advance, 
  this program will cease to work with one of them.


COMPATIBILITY
	Windows 98, Windows 2000 & later

SOURCE CODE
	The C++ source file is included in the download package.

VERSION HISTORY
	30 April 2010		v2.3	:  Initial GPL3 open source release
	Prior to v2.3				:  Closed source

MULTIPLE DISPLAYS
	SETRES SINGLE MONITOR works with the primary display only.

-------------------------------------------------------------------------------
	COMMAND LINE USAGE
-------------------------------------------------------------------------------

	SETRES hXXXX vXXXX [bXX] [fXX] [n]

hXXXX = Horizontal size of screen in pixels          Not optional. 640 minimum
vXXXX = Vertical size of screen in pixels            Not optional. 480 minimum
  bXX = Bit (colour) depth such as 8, 16 24, 32      Optional
  fXX = Refresh frequncy in Hertz, e.g. 60, 75, 85   Optional
    n = No 'Press a key' prompt after error          Optional

EXAMPLES
	  SETRES h1024 v768               = Set screen to 1024 x 768 resolution
	  SETRES h800 v600 b24            = Set screen to 800 x 600 resolution with
                                        24-bit colour depth
	  SETRES h1280 v1024 b32 f75      = 1280x1024 resolution, 32-bit colour,
                                        75Hz refresh frequency                                         
	  SETRES h1024 v768 n             = 1024x768 with no 'Press a key' prompt 
                                        if an error occurs
WARNING
	SETRES does not check the capabilities of your hardware. Windows
	is supposed to reject unsupported settings but do not rely on this.
	If you specify unsupported settings, I WILL NOT ACCEPT RESPONSIBILITY
	FOR THE CONSEQUENCES.

===============================================================================
This package was created by Ian Sharpe, a retired software developer 
and former computer magazine writer / editor.
Ian Sharpe relinquishes copyright.
Do as you wish with it! 
No need to ask permission.
No support provided.
===============================================================================